GCP CLI Reference
Configure CLI SSO​
What you'll need​
- Install AWS CLI with the default options enabled (make sure 'Bundled Python' is enabled)
Setup​
- Run initial CLI init by running
gcloud initfrom terminal (follow the configuration manual if needed). When prompted after signing in, choose 'backend-me-west1' as the default project - Configure local default credentials by running
gcloud auth application-default loginfrom terminal (follow the configuration manual if needed)
Additional info​
After the initial setup, when needing to refresh credentials run the following commands:
gcloud auth login
gcloud auth application-default login